Bump to 0.16.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 17 Nov 2016 00:05:31 +0000 (16:05 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 17 Nov 2016 00:05:31 +0000 (16:05 -0800)
Cargo.lock
Cargo.toml
Makefile.in

index 9853a26f1ce136e0910ffc9a4f82a16b8494b95c..773a12cd2d5cfcf996c0fdc2ec2b9469b662dc56 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.15.0"
+version = "0.16.0"
 dependencies = [
  "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -68,7 +68,7 @@ name = "cargotest"
 version = "0.1.0"
 dependencies = [
  "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "cargo 0.15.0",
+ "cargo 0.16.0",
  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
index fa10f385736beae352aeada760a4c7bb2afe7548..0fdeae1bf0ced82416410d26001de0fe7e67a474 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.15.0"
+version = "0.16.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 2af0c33e3b4a68c7588cf592e1573db30302271e..d37262726c8c15ab9be81d668786c44e922f4b2d 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.15.0
+CFG_RELEASE_NUM=0.16.0
 CFG_RELEASE_LABEL=
 
 OPENSSL_VERS=1.0.2j